home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / misc / emu / AROS-ibmpc-bin.tgz.readme < prev    next >
Encoding:
Text File  |  1999-07-24  |  3.2 KB  |  94 lines

  1. Short:    AROS - Amiga Research OS (Beta release)
  2. Author:   Aaron "Optimizer" Digulla (digulla@hepe.com) and many others
  3. Uploader: Aaron "Optimizer" Digulla (digulla@hepe.com)
  4. Version:  1.12b
  5. Type:     misc/emu
  6.  
  7. !! THIS IS A BETA !!
  8.  
  9. New this time:
  10.  
  11. - First hardware (well, Linux) drivers using the new HIDD technologie
  12. - New license (source is freeware, firms can create commercial products
  13.   with it)
  14. - *Lots* of new code (about 10MB) since the last release.
  15. - *Lots* of new bugs, too ;-)
  16. - Some bugs fixed (well, last time that I mention that)
  17. - IBM PC Standalone version (doesn't do much, yet, but looks promising)
  18. - Many demos from old Fish disks were ported
  19. - New naming scheme
  20.  
  21. HOW TO USE THIS
  22. ---------------
  23.  
  24. There are two archives:
  25.  
  26.     AROSdev.lha
  27.     AROS-$a-$b.lha
  28.  
  29. $a is the system and $b is the CPU this archive is for, ie.
  30. AROS-linux-i386.lha is the binary archive for linux with Intel CPU (386 and
  31. above), AROS-amiga.lha is the Amiga binary.
  32.  
  33. If you are not involved with developing AROS but want to try it out or
  34. (even better) want to write apps for AROS, get the binary archive. It
  35. contains a ready-to-use copy of all binaries for AROS (not that there
  36. were many, yet ... :-). Unpack the archive, cd into AROS and run
  37. the arosshell (NOTE: For some systeme, there are shared versions of the
  38. libs to save disk space. On these systems, you must tell the loader to
  39. look into AROS/lib for additional libs. On most systems, do "export
  40. LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH" (without the "")).
  41.  
  42. Now you will get a prompt reading "Workbench:> ". Now type "dir all" and
  43. press return and doesn't it look familiar (There will be lots of debugging
  44. output which you can safely ignore. It will go away in the next versions) ?
  45. Try "demowin" to see what our intuition.library and graphics.library can
  46. do. Have you tried "sift" ? This is the AROS version of sift.c which is in
  47. the RKRMs. We just copied and compiled it and it works ! If you want to try
  48. it, copy any IFF file into the AROS directory and call sift with the
  49. name of that file. It will print you the contents of the file using
  50. iffparse.library !
  51.  
  52. WHERE TO FIND MORE INFOS ?
  53. --------------------------
  54.  
  55. Look at these pages on WorldWideWait:
  56.  
  57.     http://www.aros.org/ (Alias for Main site, preferred)
  58.     http://aros.fh-konstanz.de/aros/ (Main site)
  59.     http://home.pages.de/~aros/ (Alias for main site)
  60.     http://www.lysator.liu.se/amiga/aros/ (Sweden Mirror)
  61.     http://www.xs4all.nl/~ldp/aros/ (AROS for Amiga)
  62.  
  63. If you have FTP, you can also get the most recent version as tar.gz files
  64. (quite smaller than lha) from
  65.  
  66.     ftp://aros.fh-konstanz.de/pub/aros/
  67.  
  68. HOW DO I REPORT BUGS ?
  69. ----------------------
  70.  
  71. There are these EMail addresses where you can send bug reports to:
  72.  
  73.     aros-bugs@aros.fh-konstanz.de
  74.     aros-linux-bugs@aros.fh-konstanz.de
  75.     aros-amiga-bugs@aros.fh-konstanz.de
  76.  
  77. MISC
  78. ----
  79.  
  80. This software is subject to the "AROS PUBLIC LICENSE" which can be found
  81. in this archive as license.html. The license is derived from the Mozilla
  82. Public License. The biggest difference is that the word "Mozilla" has
  83. been replaced by "AROS" everywhere in the text.
  84.  
  85. If you like it and use it regularly please send a message to the
  86. following address:
  87.  
  88.     Aaron "Optimizer" Digulla
  89.     Th.-Heuss-Str. 8
  90.     78467 Konstanz
  91.     Germany
  92.  
  93.     EMail: digulla@hepe.com
  94.